home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / exhook / cexchook.pas next >
Pascal/Delphi Source File  |  1996-09-15  |  131b  |  15 lines

  1. unit cExcHook;
  2.  
  3. interface
  4. procedure Register;
  5.  
  6. implementation
  7. uses
  8.   ExcHook;
  9.  
  10. procedure Register;
  11. begin
  12. end;
  13.  
  14. end.
  15.